/* テキストエリアのスタイル */
textarea {
    width: 100%;
    height: 300px;
    font-family: monospace;
}

/* シンタックスハイライトのスタイル */
.syntax-highlight {
    color: #333; /* テキストの色 */
    background-color: #f5f5f5; /* バックグラウンド色 */
    padding: 10px; /* 内部の余白 */
    border: 1px solid #ccc; /* ボーダー */
    border-radius: 5px; /* 角丸 */
}
